home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sports Illustrated for Kids - Awesome Athletes!
/
Sports Illustrated for Kids - Awesome Athletes!.iso
/
iv.dir
/
00040_insert button callback.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-04-19
|
376 b
|
14 lines
on mouseDown
global givState
set clik to the clickOn
set the castNum of sprite clik to the number of cast "insert button down"
updateStage()
repeat while the stillDown
nothing()
end repeat
if the mouseCast = the number of cast "insert button down" then
EditListInsert()
end if
set the castNum of sprite clik to the number of cast "insert button"
end